home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWResour / Include / FWResour.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-08  |  532 b   |  22 lines  |  [TEXT/MPS ]

  1. #ifndef FWRESOUR_HPP
  2. #define FWRESOUR_HPP
  3.  
  4. //========================================================================================
  5. //
  6. //    File:                FWResour.hpp
  7. //    Release Version:    $ 1.0d11 $
  8. //
  9. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //========================================================================================
  12.  
  13. #include "FWFiles.h"
  14. #include "FWStream.h"
  15. #include "FWFoundU.h"
  16. #include "FWMemory.h"
  17. #include "FWExcLib.h"
  18. #include "FWDebug.h"
  19. #include "FWString.h"
  20.  
  21. #endif // FWRESOUR_HPP
  22.